On 5/23/2016 4:39 PM, Queenie Ma wrote:
I was able to successfully start the Heartbeat application in the
IotfFullScenario sample. I'm confused about how to stop the Heartbeat
application once it is running. I understand that I need to change the job
state, e.g., job.stateChange(Job.Action.CLOSE). My question is: how can I
access the running application from a different Quarks application? Any
tips or help would be appreciated!
You can send a state change job command with CLOSE action.
The javadoc for package quarks.providers.iot describes the commands it
supports.
Dan.