IsExecuting() public method

public IsExecuting ( ) : bool
return bool
Exemplo n.º 1
0
 public bool IsExecuting()
 {
     return(_proxy.IsExecuting());
 }