ServerOperation.isValid

bool isValid(string xmlFile = null)

Tells if all the required values in op have been defined.

if xml_file is not null, the validity of op is tested against that specification, and not against the current op's specification.

Parameters

xmlFilean XML specification file (see [gda.server_operation.ServerOperation.new_]) or null

Returns

true if op is valid

Throws

[ServerOperationException]