JobExecutionFlags Enumeration

Applies To: Windows 8.1

Specifies whether jobs are run synchronously or asynchronously.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As JobExecutionFlags

Syntax

'Declaration
Public Enumeration JobExecutionFlags
public enum JobExecutionFlags
public enum class JobExecutionFlags
public enum JobExecutionFlags
public enum JobExecutionFlags

Members

Member name Description
ExecuteAsync The job will be eun asynchronously. The call to ExecuteJob will return immediately. The caller must rely on event handlers to determine when the job completes.
None The job will be run synchronously. The call to ExecuteJob will not return until after the job has completed.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Microsoft.Assessments.Hosting Namespace