Axiom.Runtime.AMTrail.Stop C# (CSharp) Method

Stop() public method

public Stop ( ) : bool
return bool
        public override bool Stop()
        {
            return true;
        }