Enum ExecTime
- Namespace
- Tripous
- Assembly
- Tripous.dll
Indicates the time of execution of a sub-operation relative to a main operation
[Flags]
public enum ExecTime
- Extension Methods
Fields
After = 4After the execution of the main operation
Before = 1Before the execution of the main operation
During = 2During the execution of the main operation
None = 0None of the flags