propagate_error


Description:

[ Version ( deprecated = true , deprecated_since = "2.46" ) ]
public bool propagate_error () throws Error

Warning: propagate_error is deprecated since 2.46.

Propagates an error from within the simple asynchronous result to a given destination.

Note:

Use Task instead.

If the Cancellable given to a prior call to set_check_cancellable is cancelled then this function will return true with dest set appropriately.

Parameters:

this

a SimpleAsyncResult.

Returns:

true if the error was propagated to dest. false otherwise.