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.3.1
Syntaxpublic delegate bool ContinuationCallback()
Public Delegate Function ContinuationCallback As Boolean
public delegate bool ContinuationCallback()
type ContinuationCallback =
delegate of unit -> bool
Return Value
Type:
BooleanTrue to continue script execution,
false to interrupt it.
See Also