MCPcopy Create free account
hub / github.com/e2wugui/zeze / scheduleAt

Method scheduleAt

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Task.java:391–393  ·  view source on GitHub ↗
(int hour, int minute, @NotNull Action0 action)

Source from the content-addressed store, hash-verified

389 }
390
391 public static void scheduleAt(int hour, int minute, @NotNull Action0 action) {
392 scheduleAt(hour, minute, -1, action);
393 }
394
395 public static void scheduleAt(int hour, int minute, long period, @NotNull Action0 action) {
396 var t = Transaction.getCurrent();

Callers 1

CacheMethod · 0.95

Calls 4

getCurrentMethod · 0.95
scheduleAtUnsafeMethod · 0.95
isRunningMethod · 0.45
runWhileCommitMethod · 0.45

Tested by

no test coverage detected