
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
13 lines
420 B
ReStructuredText
13 lines
420 B
ReStructuredText
.. _vim.alarm.AlarmAction: ../../vim/alarm/AlarmAction.rst
|
|
|
|
|
|
vim.alarm.GroupAlarmAction
|
|
==========================
|
|
This data object type describes a group of actions that occur when the alarm is triggered. These actions are not necessarily executed in order.
|
|
:extends: vim.alarm.AlarmAction_
|
|
|
|
Attributes:
|
|
action (`vim.alarm.AlarmAction`_):
|
|
|
|
The list of alarm actions that occur when the alarm is triggered.
|