Sitecore 5.0 API

Context.Job Property

Gets the current job.

[Visual Basic]
Public Shared Property Job As Job
[C#]
public static Jobs.Job Job {get; set;}

Remarks

If a background job is running, this property points to it.

See Also

Context Class | Sitecore Namespace