IPWorks SSH 2020 Kotlin Edition

Questions / Feedback?

CancelOperation Method

Cancels the operation specified by OperationId .

Syntax

public fun cancelOperation(operationId: String?)

Remarks

When this method is called the Error event will fire and the associated operation's completion event will fire.

For example, if CancelOperation is called for an upload that is in progress, both the Error event and the UploadComplete event will fire.

The SSHPlexOperation associated with the OperationId will be removed from the Operations collection.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks SSH 2020 Kotlin Edition - Version 20.0 [Build 7941]