JAMS Developer Guide
Message Enumeration


MVPSI.JAMS Namespace : Message Enumeration
Enumerates message codes that are used by JAMS.
Syntax
'Declaration
 
Public Enum Message 
   Inherits System.Enum
'Usage
 
Dim instance As Message
public enum Message : System.Enum 
Members
MemberDescription
AbnormalExitThere was an error getting the exit code.
AbortedThe job was aborted while it was executing.
BadMatchesThere was an error getting the exit code.
CancelJobErrorA Precheck job can exit with this status and the job that the precheck was checking for will be canceled with an error status.
CancelJobInfoA Precheck job can exit with this status and the job that the precheck was checking for will be canceled with an informational status.
CancelJobSuccessA Precheck job can exit with this status and the job that the precheck was checking for will be canceled with a successful status.
CancelJobWarningA Precheck job can exit with this status and the job that the precheck was checking for will be canceled with a warning status.
DeletedThe job was killed before it started.
FakeErrorThe job did not actually run, it was a fake run with an error result.
FakeInfoThe job did not actually run, it was a fake run with an informational result.
FakeSuccessThe job did not actually run, it was a fake run with a successful result.
FakeWarningThe job did not actually run, it was a fake run with a warning result.
MissingThe job was executing but is now gone.
NoExitCodeThere was an error getting the exit code.
NoGoodMatchesThere was an error getting the exit code.
StartErrorThere was an error when starting the job.
SuccessA Succesful completion.
TryAgainA 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.Message

Requirements

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

See Also

Reference

MVPSI.JAMS Namespace