AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AsyncJob..::..Stop Method

Stops the async job by disabling it and forwarding the stop request to the underlying job instance.

Namespace:  AdvantageCMS.Core.Common.AsyncJob
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public virtual void Stop(
	bool immediate
)

Parameters

immediate
Type: Boolean
If set to true, the job should stop immediately.