Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Programmers_Reference Methods IProcess IProcess_Methods Cancel}} ==== cancel () ==== <code java>public boolean cancel ();</code> This method is called by the //**AwareIM**// framework when the operator sends the request to cancel the process. ===Parameters=== none ===Returns=== The method should return true if it allows the system to cancel the process. In this case it should set an internal flag indicating that the process has been cancelled. The execute and resume methods should periodically check this flag and if its value is true abort the execution of the process (see [[docs:3500:0300:0314]]). If a process is in a state that does not allow canceling, the method should return false. Last modified: 2025/06/12 04:00 Log In