JAMS 6.x Help
SetEntryState Method (ICurJobManageStateSQL)


Sets the JobStatus, Icon, and Message of the specified entry.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub SetEntryState( _
   ByVal jamsEntry As System.Integer, _
   ByVal jobStatus As System.String, _
   ByVal message As System.String, _
   ByVal icon As EntryIcon, _
   ByVal permanent As System.Boolean _
) 
'Usage
 
Dim instance As ICurJobManageStateSQL
Dim jamsEntry As System.Integer
Dim jobStatus As System.String
Dim message As System.String
Dim icon As EntryIcon
Dim permanent As System.Boolean
 
instance.SetEntryState(jamsEntry, jobStatus, message, icon, permanent)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void SetEntryState( 
   System.int jamsEntry,
   System.string jobStatus,
   System.string message,
   EntryIcon icon,
   System.bool permanent
)

Parameters

jamsEntry
jobStatus
message
icon
permanent
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

ICurJobManageStateSQL Interface
ICurJobManageStateSQL Members

Send Feedback