SecureBlackbox 2020 Python Edition

Questions / Feedback?

msg_priority Property

Specifies the message priority.

Syntax

def get_msg_priority() -> int: ...

msg_priority = property(get_msg_priority, None)

Default Value

2

Remarks

Specifies the message priority.

Available options:

mpLowest0
mpLow1
mpNormal2
mpHigh3
mpHighest4

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]