Click or drag to resize

InstallConfigurationSectionTaskVerifyState Method

Verify the task against configuration

Namespace:  SanteDB.Core.Configuration.Features
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public bool VerifyState(
	SanteDBConfiguration configuration
)

Parameters

configuration
Type: SanteDB.Core.ConfigurationSanteDBConfiguration
The configuration against which the task is to be validated

Return Value

Type: Boolean
True if the task state is valid and can run

Implements

IConfigurationTaskVerifyState(SanteDBConfiguration)
See Also