Size - property of the PmaSequencer object
Description:
The actual number of items that wait in the object.
Note:
Property access
for read and write.
The value of this property can be also obtained in the "
PmaRoot" item of the INFO system (when looking into the object with this property).
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oSequencer = pMe.Pm("/Sequencer");
var nSize = oSequencer.Size;
Dim oSequencer
Set oSequencer = pMe.Pm("/Sequencer")
Dim nSize
nSize = oSequencer.Size