public interface AbstractScriptResult
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
File |
getReport()
Get location of the script report file.
|
int |
getStatus()
Get a constant indicating the script status.
|
boolean |
isFinished()
Indicates whether the script is still executing (false) or has finished
(true).
|
boolean isFinished()
int getStatus()
File getReport()