ISourceControlProvider::CancelOperation

Attempt to cancel an operation in progress.

Windows
MacOS
Linux

References

Module

SourceControl

Header

/Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h

Include

#include "ISourceControlProvider.h"

Syntax

void CancelOperation
(
    const TSharedRef< ISourceControlOperation, ESPMode::ThreadSafe > & InOperation
)

Remarks

Attempt to cancel an operation in progress.

Parameters

Parameter

Description

InOperation

The operation to attempt to cancel.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss