getStartedAt method
Use this method to retrieve the date and time that will be displayed in the Test Manager as the start time of the batch.
Syntax
let value = batchInfo.getStartedAt();
batchInfo.startedAt = value;
value = batchInfo.startedAt;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type:
Date|string