Assess API Methods
getTimeWindow()
time.start_time is configured.
Examples
// Standard usage
var timeWindow = itemsApp.assessApp().getTimeWindow();
// Returns
{
value: "20230811-0016",
status: "started"
}
Arguments
None.
Return value
Type object
Contains the assessment's start time information, including thevalue representing the start time value and the status which can be either started or unavailable. See above example.