ETestOnly
- Last UpdatedJun 09, 2017
- 1 minute read
Indicates whether the operation is to be performed or just tested to determine if it can be performed.
enum ETestOnly
{
performOperation = 0,
testOnly = 1,
}
Members
performOperation
Perform the operation.
testOnly
Only test to determine if the operation can be performed.