Class AzureTask.DefaultMonitor
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.task.AzureTask.DefaultMonitor
-
- All Implemented Interfaces:
AzureTask.Monitor
public static class AzureTask.DefaultMonitor extends Object implements AzureTask.Monitor
-
-
Field Summary
Fields Modifier and Type Field Description private booleancancelled
-
Constructor Summary
Constructors Constructor Description DefaultMonitor()
-
-
-
Method Detail
-
cancel
public void cancel()
- Specified by:
cancelin interfaceAzureTask.Monitor
-
isCancelled
public boolean isCancelled()
- Specified by:
isCancelledin interfaceAzureTask.Monitor
-
-