'Declaration
Public Enum Message Inherits System.Enum
'Usage
Dim instance As Message
public enum Message : System.Enum
'Declaration
Public Enum Message Inherits System.Enum
'Usage
Dim instance As Message
public enum Message : System.Enum
Member | Description |
---|---|
AbnormalExit | There was an error getting the exit code. |
Aborted | The job was aborted while it was executing. |
BadMatches | There was an error getting the exit code. |
CancelJobError | A Precheck job can exit with this status and the job that the precheck was checking for will be canceled with an error status. |
CancelJobInfo | A Precheck job can exit with this status and the job that the precheck was checking for will be canceled with an informational status. |
CancelJobSuccess | A Precheck job can exit with this status and the job that the precheck was checking for will be canceled with a successful status. |
CancelJobWarning | A Precheck job can exit with this status and the job that the precheck was checking for will be canceled with a warning status. |
Deleted | The job was killed before it started. |
FakeError | The job did not actually run, it was a fake run with an error result. |
FakeInfo | The job did not actually run, it was a fake run with an informational result. |
FakeSuccess | The job did not actually run, it was a fake run with a successful result. |
FakeWarning | The job did not actually run, it was a fake run with a warning result. |
Missing | The job was executing but is now gone. |
NoExitCode | There was an error getting the exit code. |
NoGoodMatches | There was an error getting the exit code. |
StartError | There was an error when starting the job. |
Success | A Succesful completion. |
TryAgain | A Precheck job can exit with this status and the job that the precheck was checking for will try againeven though the exit status is successful. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.Message
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2