ProgressAction Enumeration | |
Specifies actions performed on a document for progress events.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public enum ProgressAction
Members
| Member name | Description |
---|
| Parsed |
Progress action to indicate a document was read by the script.
|
| Created |
Progress action to indicate a document was created successfully.
|
| Updated |
Progress action to indicate a change was made to a document successfully.
|
See Also