TeamFoundationJobQueueEntry.State Property
The job's current state: Running, Pausing, Paused, and so on.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property State As TeamFoundationJobState
public TeamFoundationJobState State { get; set; }
public:
property TeamFoundationJobState State {
TeamFoundationJobState get ();
void set (TeamFoundationJobState value);
}
member State : TeamFoundationJobState with get, set
function get State () : TeamFoundationJobState
function set State (value : TeamFoundationJobState)
Property Value
Type: Microsoft.TeamFoundation.Framework.Common.TeamFoundationJobState
Returns TeamFoundationJobState.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.