ScriptContainerMaximumSteps Property |  |
Gets or sets the maximum number of steps the script performs. Used for
providing progress.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic int MaximumSteps { get; set; }Property Value
Int32
Remarks
By default, this is set to the number of available documents
to the
ScriptContext
See Also