Tuesday, 7 January 2020

Maximo Automation script is running by user or by integration/Check user is interactive

To check whether automation script is running via interaction :-


isInteractive = mbo.getUserInfo().isInteractive();





if(!isInteractive )

        {

}

No comments:

Post a Comment