ResourceCallbackArgs.requiresUpdate Property¶
Module: ResourceCallbackArgs
Type: bool
Definition¶
The external resource data must be updated.
requires_update: bool
Exceptions
An error has occurred during Bioseal Library execution.
bool get requiresUpdate => getRequiresUpdate();
Exceptions
An error has occurred during Bioseal Library execution.
public bool requiresUpdate
{
get => GetrequiresUpdate();
}
Exceptions
An error has occurred during Bioseal Library execution.
public boolean getRequiresUpdate() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var requiresUpdate: Bool
get {
return try! getRequiresUpdate()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealResourceCallbackArgs_GetRequiresUpdate (ID3_BIOSEAL_RESOURCE_CALLBACK_ARGS hResourceCallbackArgs, bool * requiresUpdate)
Returns