ShutdownProcessAsync Method
Overloads
| ShutdownProcessAsync() | 
             Shuts down the Qlik engine.  | 
        
      
    |
| ShutdownProcessAsync(AsyncHandle) | 
             Shuts down the Qlik engine.  | 
        
      
    
ShutdownProcessAsync()
Shuts down the Qlik engine.
Declaration
      public Task ShutdownProcessAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
This operation is possible only in Qlik Sense Desktop.
ShutdownProcessAsync(AsyncHandle)
Shuts down the Qlik engine.
Declaration
      public Task ShutdownProcessAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
This operation is possible only in Qlik Sense Desktop.