AmandaInterface.Amanda.SetInterrupt C# (CSharp) Method

SetInterrupt() public method

public SetInterrupt ( bool b ) : void
b bool
return void
        public void SetInterrupt(bool b)
        {
            AmandaHook.SetInterrupt(b);
        }

Usage Example

示例#1
0
 private void StopCodeHandler(object sender, EventArgs e)
 {
     AmandaObj.SetInterrupt(true);
 }