ScriptContainerMaximumSteps Property | |
Gets or sets the maximum number of steps the script performs. Used for
providing progress.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public int MaximumSteps { get; set; }
Property Value
Type:
Int32Remarks
By default, this is set to the number of available documents
to the
ScriptContextSee Also