Show Job status dialog

Show Job status dialog

rolandas_vegis
Advocate Advocate
1,056 Views
1 Reply
Message 1 of 2

Show Job status dialog

rolandas_vegis
Advocate
Advocate

Hello,

Is it possible to open he Job status dialog using API?job status dialog.PNG

When I'm uploading the files using API, the user sees no progress. So would be nice if I could open the job status dialog and show the upload progress to user, is this possible using API?

0 Likes
Accepted solutions (1)
1,057 Views
1 Reply
Reply (1)
Message 2 of 2

rolandas_vegis
Advocate
Advocate
Accepted solution

Found a way to do it.

Application::get()->userInterface()->commandDefinitions()->itemById("ShowJobManagerDlgCmd")->execute();
0 Likes