git_remote_stop

Cancel the operation

At certain points in its operation, the network code checks whether the operation has been cancelled and if so stops the operation.

extern (C) nothrow @nogc
int
git_remote_stop

Parameters

remote libgit2_d.types.git_remote*

the remote

Return Value

Type: int

0 on success, or an error code

Meta