getNotifyOnCompletion method
Use this method to retrieve if the SDK will inform the Eyes server that the batch has completed.
Syntax
let value = batchInfo.getNotifyOnCompletion();
batchInfo.notifyOnCompletion = value;
value = batchInfo.notifyOnCompletion;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: boolean