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.2.3
Syntax
public delegate bool ContinuationCallback()

Return Value

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