ContinuationCallback Delegate |
Represents a method that specifies to a script engine whether script execution should continue.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public delegate bool ContinuationCallback()
Public Delegate Function ContinuationCallback As Boolean
public delegate bool ContinuationCallback()
type ContinuationCallback =
delegate of unit -> bool
Return Value
BooleanTrue to continue script execution,
false to interrupt it.
See Also