Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Enumerations.vb 684 B
' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
'Used to classify messages to the invoking host.
Public Enum AdvancedAuxiliaryMessageType
Information=1
Warning=2
Critical=3
End Enum