Function chakracore_sys::JsIsRuntimeExecutionDisabled [] [src]

pub unsafe extern "system" fn JsIsRuntimeExecutionDisabled(
    runtime: JsRuntimeHandle,
    isDisabled: *mut bool
) -> JsErrorCode

Returns a value that indicates whether script execution is disabled in the runtime. Specifies the runtime to check if execution is disabled. If execution is disabled, true, false otherwise. The code JsNoError if the operation succeeded, a failure code otherwise.