| KM_InterpreterSet_CanResume Method |
Set KM_Interpreter possible to resume after a halt
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax protected void Set_CanResume(
bool value
)
Protected Sub Set_CanResume (
value As Boolean
)
protected:
void Set_CanResume(
bool value
)
Parameters
- value Boolean
- true if possible to resume
See Also