set_urgency method

set_urgency

Sets the urgency.

def set_urgency(self, urgency):
    ...
ParameterTypeDescription
urgencyintThe urgency.

Remarks

Urgency should be in rage from 1 till 8.### Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptionurgency;Valid range is from 1 to 8

See Also