What is the recommended method for keeping a resource awake for an on-going process?
I apologize if this is covered somewhere in the documentation but I had a hard time finding it. For example, say a sub-process is running and waiting for work items to be loaded to the queue. A work item comes in to be processed but enough time has ...