IncrementalTextResetType Enumeration |
Enum containing types of reset methods for text generators.
Namespace: RAYLASE.Marker.Common.TextGeneratorAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic enum IncrementalTextResetType
MembersMember name | Value | Description |
---|
Never | 0 |
No reset.
|
Execute | 1 |
Reset at the start of each execution.
|
Load | 2 |
Reset at the loading of the job.
|
See Also