Uses of Class
com.aspose.tasks.CancellationToken
-
-
Uses of CancellationToken in com.aspose.tasks
Methods in com.aspose.tasks that return CancellationToken Modifier and Type Method Description CancellationToken
LoadOptions. getCancellationToken()
Gets a token which can be used to cancel a project loading operation.CancellationToken
CancellationTokenSource. getToken()
Creates the new `CancellationToken` associated with this `CancellationTokenSource`.Methods in com.aspose.tasks with parameters of type CancellationToken Modifier and Type Method Description void
LoadOptions. setCancellationToken(CancellationToken value)
Sets a token which can be used to cancel a project loading operation.
-