JAMS Developer Guide
FinalStatus Property (SubmitEntry)


MVPSI.JAMS.Activities Namespace > SubmitEntry Class : FinalStatus Property
Returns the final status of the job. This value is only valid if the "Wait" property is true.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The completion severity of the job")>
<System.ComponentModel.CategoryAttribute("Results")>
Public Property FinalStatus As System.Activities.OutArgument(Of String)
'Usage
 
Dim instance As SubmitEntry
Dim value As System.Activities.OutArgument(Of String)
 
instance.FinalStatus = value
 
value = instance.FinalStatus
[System.ComponentModel.Description("The completion severity of the job")]
[System.ComponentModel.Category("Results")]
public System.Activities.OutArgument<string> FinalStatus {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

SubmitEntry Class
SubmitEntry Members