Click or drag to resize

ContinuationCallback Delegate

Represents a method that specifies to a script engine whether script execution should continue.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public delegate bool ContinuationCallback()

Return Value

Boolean
True to continue script execution, false to interrupt it.
See Also