Returned jobs should be in one of those specified states.
By now, CJS supports at most one state.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public JobInfo..::..JobState[] JobStates { get; set; } |
Visual Basic |
---|
Public Property JobStates As JobInfo..::..JobState() Get Set |
Visual C++ |
---|
public: property array<JobInfo..::..JobState>^ JobStates { array<JobInfo..::..JobState>^ get (); void set (array<JobInfo..::..JobState>^ value); } |