Searched defs:stopInvocation (Results 1 – 2 of 2) sorted by relevance
238 public boolean stopInvocation(ITestInvocation invocation) throws UnsupportedOperationException; in stopInvocation() method246 public default boolean stopInvocation(int invocationId) throws UnsupportedOperationException { in stopInvocation() method258 public boolean stopInvocation(int invocationId, String cause) in stopInvocation() method
714 public void stopInvocation(String message) { in stopInvocation() method in CommandScheduler.InvocationThread1966 public synchronized boolean stopInvocation(ITestInvocation invocation) { in stopInvocation() method in CommandScheduler1978 public synchronized boolean stopInvocation(int invocationId, String cause) { in stopInvocation() method in CommandScheduler