Samples

Suspend and Resume processes

Let's take a look at Suspend and Resume processes of MascotCapsule V3.




When the process is suspended in MascotCapsule V3, it is not required to release the object.
However, operations may become unstable when there is an extreme pressure on the memory area because of high heap usage, etc. In such cases, release the memory as necessary. In doing so, please note that the serialization, deserialization, etc. of the retained data must be performed in the application.

Sample codes for Suspend and Resume processes are included in all the downloadable sample data.



Page TopBack