JAMS Developer Guide
FinalStatusCode Property (Submit)


MVPSI.JAMS.Activities Namespace > Submit Class : FinalStatusCode Property
Returns the final status code of the job. This value is only valid if the "Wait" property is true.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The exit code of the job")>
<System.ComponentModel.CategoryAttribute("Results")>
Public Property FinalStatusCode As System.Activities.OutArgument(Of Integer)
'Usage
 
Dim instance As Submit
Dim value As System.Activities.OutArgument(Of Integer)
 
instance.FinalStatusCode = value
 
value = instance.FinalStatusCode
[System.ComponentModel.Description("The exit code of the job")]
[System.ComponentModel.Category("Results")]
public System.Activities.OutArgument<int> FinalStatusCode {get; set;}
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

Submit Class
Submit Members