public interface Win32_ScheduledJob
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
String |
getCommand() |
int |
getDaysOfMonth() |
int |
getDaysOfWeek() |
String |
getDescription() |
Optional<OffsetDateTime> |
getElapsedTime() |
Optional<OffsetDateTime> |
getInstallDate() |
boolean |
getInteractWithDesktop() |
int |
getJobId() |
String |
getJobStatus() |
String |
getName() |
String |
getNotify() |
String |
getOwner() |
int |
getPriority() |
boolean |
getRunRepeatedly() |
Optional<OffsetDateTime> |
getStartTime() |
String |
getStatus() |
Optional<OffsetDateTime> |
getTimeSubmitted() |
Optional<OffsetDateTime> |
getUntilTime() |
static List<Win32_ScheduledJob> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_ScheduledJob> client) |
String getCaption()
String getCommand()
int getDaysOfMonth()
int getDaysOfWeek()
String getDescription()
Optional<OffsetDateTime> getElapsedTime()
Optional<OffsetDateTime> getInstallDate()
boolean getInteractWithDesktop()
int getJobId()
String getJobStatus()
String getName()
String getNotify()
String getOwner()
int getPriority()
boolean getRunRepeatedly()
Optional<OffsetDateTime> getStartTime()
String getStatus()
Optional<OffsetDateTime> getTimeSubmitted()
Optional<OffsetDateTime> getUntilTime()
static void query(CIMV2Wmi wmi, Consumer<Win32_ScheduledJob> client)
static List<Win32_ScheduledJob> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.