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 CancellationTokenLevelingOptions. getCancellationToken()Gets a token which can be used to cancel a project leveling operation.CancellationTokenLoadOptions. getCancellationToken()Gets a token which can be used to cancel a project loading operation.CancellationTokenCancellationTokenSource. getToken()Creates the new `CancellationToken` associated with this `CancellationTokenSource`.Methods in com.aspose.tasks with parameters of type CancellationToken Modifier and Type Method Description voidLevelingOptions. setCancellationToken(CancellationToken value)Sets a token which can be used to cancel a project leveling operation.voidLoadOptions. setCancellationToken(CancellationToken value)Sets a token which can be used to cancel a project loading operation.
-