The return status of the command.
Success -- The command was successful.
Partial -- The command was successful for
some of the objects specified.
Failure -- The command failed.
NotValid -- The command was not applicable.
Namespace: BaseLib.CommandsAssembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0
Syntax
C# |
---|
public enum ResultStatus |
Members
Member name | Value | Description | |
---|---|---|---|
Success | 0 | ||
Partial | 1 | ||
Failure | 2 | ||
NotValid | 3 | ||
BadSyntax | 4 |