Now it is clear. PHDcontrol requests a pause of the guider output only. CCDCiel request a pause of the 1) exposure and 2) output. But then the PHD2 status bar message change after 11 seconds from Pause to Guiding doesn't make sense. The status bar should indicate for full pause something like "Paused" and for PHDcontrol the statusbar could better indicate "Guider output paused". This to avoid any confusion.
Han
When setting paused to true, an optional second parameter with value "full"
can be provided to fully pause phd, including pausing looping
exposures. Otherwise, exposures continue to loop, and only guide output
is paused. Example: {"method":"set_paused","params":[true,"full"],"id":42}
PHDcontrol program
12:11:28.481 00.000 5980 evsrv: cli 07CDDBF8 request: {"method":"set_paused","params":[true],"id":1}
12:11:28.481 00.000 5980 SetPaused type=1 isPaused=0 exposurePending=1
12:11:28.481 00.000 5980 Guider::SetPaused(1)
CCDCiel:
12:21:06.659 01.900 8436 evsrv: cli 04B55898 request: {"method":"set_paused","params":[true,"full"],"id":2002}
12:21:06.659 00.000 8436 SetPaused type=2 isPaused=0 exposurePending=1
12:21:06.659 00.000 8436 Guider::SetPaused(2)