Oct 04 2022 02:02 AM
Hello.
I need server to client push message in MS Project Professional Add-in.
On Project Server via CSOM create blank queue job with some project name and Guid.
And On MS Project Professional Add-in catch this queue job via this.Application.JobCompleted or
this.Application.JobStart event listeners or Globals.ThisAddIn.Application.GetCacheStatusForProject[projectName, job] method.
Is it possible without project changes (save or publication)?