NotebookOperationResult interface
Interface representing a NotebookOperationResult.
Methods
| get(string, Notebook |
Get notebook operation result |
Method Details
get(string, NotebookOperationResultGetOptionalParams)
Get notebook operation result
function get(operationId: string, options?: NotebookOperationResultGetOptionalParams): Promise<void>
Parameters
- operationId
-
string
Operation ID.
The options parameters.
Returns
Promise<void>