Tracer.JobStateChanged(Int32, Guid, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
JobStateChanged (EventId: 0xb02d/45101)
public:
void JobStateChanged(int jobId, Guid workflowId, System::String ^ newState, System::String ^ oldState);
public void JobStateChanged (int jobId, Guid workflowId, string newState, string oldState);
[System.Management.Automation.Tracing.EtwEvent(45101)]
public void JobStateChanged (int jobId, Guid workflowId, string newState, string oldState);
member this.JobStateChanged : int * Guid * string * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45101)>]
member this.JobStateChanged : int * Guid * string * string -> unit
Public Sub JobStateChanged (jobId As Integer, workflowId As Guid, newState As String, oldState As String)
Parameters
- jobId
- Int32
- workflowId
- Guid
- newState
- String
- oldState
- String
- Attributes