JCL Help:TAPMBatteryFlag

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enumeration of APM battery flags. Used as function result by


Pascal

 public TAPMBatteryFlag = (
abfHigh,
abfLow,
abfCritical,
abfCharging,
abfNoBattery,
abfUnknown
);


Members

Members Description
abfHigh The battery is charged.
abfLow The battery is semi-charged.
abfCritical The battery is almost empty. The user should close all applications and shut down the system in order to prevent loss of data.
abfCharging The battery is being charged.
abfNoBattery No battery present. Under normal circumstances, the system is attached to a power plug when you get this result.
abfUnknown Anonymous battery status. The system could not read the battery status.


Description

Enumeration of APM battery flags. Used as function result by


See Also

GetAPMLineStatus GetAPMBatteryFlag TAPMLineStatus


About

Unit

JclSysInfo


Navigation

no pages or subcategories

Donator

Peter Friese


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page