---
sourceDocument: Xanadu 애플리케이션과의 통합 생성
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ko-KR/xanadu/integrate-applications

 Release :

    - xanadu

ft:locale :

    - ko-KR

ft:publication_title :

    - Xanadu 애플리케이션과의 통합 생성

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# 타이머 커넥터 방법

# 타이머 커넥터 방법 {#ariaid-title1}

* 릴리스 버전: Xanadu
* 
* 업데이트 날짜 2024년 08월 01일
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 소요 시간: 1분

타이머 커넥터 메서드 및 이벤트에 대해 알아봅니다.

## 시작 방법 {#timer-connector-methods__section_xjt_nqj_jtb}

Start 메서드를 사용하면 시간을 밀리초 단위로 설정할 수 있습니다.

입력
: 간격  
{#timer-connector-methods__table_scp_tgk_jtb__entry__5}

| 매개변수 이름 | 포트 유형 | 데이터 유형 | 설명 | 필수? |
|-|-|-|-|-|
| 간격 | 데이터 입력 | 정수 | 타이머 간격(밀리초)입니다. | 예 |
[표 1. 시작 메서드 매개변수]

{#timer-connector-methods__table_scp_tgk_jtb}

## 중지 방법 {#timer-connector-methods__section_syx_2hk_jtb}

타이머를 멈춥니다.

## OnTimeTick 이벤트 {#timer-connector-methods__section_hs5_ghk_jtb}

Start 메서드가 시작될 때 이벤트가 시작됩니다.  
{#timer-connector-methods__table_rcg_whk_jtb__entry__5}

| 매개변수 이름 | 포트 유형 | 데이터 유형 | 설명 | 필수? |
|-|-|-|-|-|
| 신호 시간 | 데이터 출력 | 정수 | 트리거가 작동을 시작하는 시스템 날짜 및 시간입니다. | 예 |
| 경과 시간 | 데이터 출력 | 정수 | 타이머의 총 경과 시간입니다. | 예 |
[표 2. OnTimeTick 이벤트 매개변수]

{#timer-connector-methods__table_rcg_whk_jtb}

