Sequence Method

[This is preliminary documentation and subject to change.]

This is the Sequence method of the MsiEngine object. This method opens a query on the specified table, ordering the actions by the numbers in the Sequence column. For each row fetched, the DoAction method is called, provided that any supplied condition expression does not evaluate to False. Returns an enumeration iesEnum, as described in the DoAction method.

Syntax

object.Sequence(table)

Parts

object
MsiEngine object.
table
Required string name of the table to use for sequencing.

Remarks

This method is normally called internally by top-level actions.