AmandaInterface.Amanda.SetInterrupt C# (CSharp) Méthode

SetInterrupt() public méthode

public SetInterrupt ( bool b ) : void
b bool
Résultat void
        public void SetInterrupt(bool b)
        {
            AmandaHook.SetInterrupt(b);
        }

Usage Example

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