Engine.JobPending Event
Applies To: Windows 8.1
This event is raised when when a job is blocked because another job is currently running.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
public: event JobPendingEventHandler^ JobPending { void add (JobPendingEventHandler^ value); void remove (JobPendingEventHandler^ value); void raise (Object^ value0, JobPendingEventArgs^ value1); }
/** @event */ public void add_JobPending (JobPendingEventHandler value) /** @event */ public void remove_JobPending (JobPendingEventHandler value)
Development Platforms
Windows 8.1
Show: