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.Commands
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public enum ResultStatus

Members

Member nameValueDescription
Success0
Partial1
Failure2
NotValid3
BadSyntax4

See Also