Determines that actions are received.
var instance = new Vintasoft.Imaging.WebImageMetadataJS(image);
var value; // Type: boolean
value = instance.isActionsReceived();
function isActionsReceived() : boolean;
Return Value
True - if actions are received (the "requestActions" method was called earlier); otherwise, false.